home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / ODF / Found / FWNotifn / Include / FWNotifn.h < prev    next >
Encoding:
Text File  |  1996-08-16  |  611 b   |  33 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWNotifn.h
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWNOTIFN_H
  11. #define FWNOTIFN_H
  12.  
  13. #ifndef FWINTERE_H
  14. #include "FWIntere.h"
  15. #endif
  16.  
  17. #ifndef FWNOTIFR_H
  18. #include "FWNotifr.h"
  19. #endif
  20.  
  21. #ifndef FWRECEVR_H
  22. #include "FWRecevr.h"
  23. #endif
  24.  
  25. #ifndef FWNOTIFI_H
  26. #include "FWNotifi.h"
  27. #endif
  28.  
  29. #ifndef FWNOTDEF_H
  30. #include "FWNotDef.h"
  31. #endif
  32.  
  33. #endif